home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Communication / NewsBase / Source / ITreeBrowserMatrix.h < prev    next >
Text File  |  1993-01-12  |  241b  |  17 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <appkit/Matrix.h>
  5.  
  6. @interface ITreeBrowserMatrix:Matrix
  7. {
  8.     int        iFlags;
  9. }
  10.  
  11. - mouseDown:(NXEvent *)theEvent;
  12. - (int)flagsOfLastEvent;
  13. - resetFlagsOfLastEvent;
  14. - (BOOL)acceptsFirstMouse;
  15.  
  16. @end
  17.